// The mini boss fires bullets at the player.
// No movement can be done here, since this is a mounted sprite. But we can fire bullets.

	// Initial wait. never done again
wait 275 // Needs to be 1/4 of 700 plus initial delay in other file

	// Repeats from here:
fireBullet 216 all
fireBullet 240 all
fireBullet 270 all
fireBullet 300 all
fireBullet 329 all

wait 200

fireBullet 216 all
fireBullet 240 all
fireBullet 270 all
fireBullet 300 all
fireBullet 329 all

wait 200	// 400 total, to stay in sync with other file

repeat 1